Ktor
Toggle table of contents
3.3.x
Select version
3.3.x
3.2.x
3.1.x
3.0.x
2.3.x
2.2.x
2.0.x
1.6.x
js
Platform filter
js
Switch theme
Search in API
Ktor
ktor-client-core
/
io.ktor.client.fetch
/
[js]WritableStream
Writable
Stream
js
external
interface
WritableStream
<
W
>
(
source
)
Members
Properties
locked
Link copied to clipboard
js
abstract
var
locked
:
Boolean
Functions
abort
Link copied to clipboard
js
abstract
fun
abort
(
reason
:
Any
?
=
definedExternally
)
:
Promise
<
Unit
>
get
Writer
Link copied to clipboard
js
abstract
fun
getWriter
(
)
:
WritableStreamDefaultWriter
<
W
>